home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 104 / maccd 104.iso / Utilities / Benchmark-Programme / Mac OS / CINEBENCH 2003 / resource / modules / shader / res / description / Xbrick.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  214 b   |  12 lines  |  [TEXT/CWIE]

  1. #ifndef _Xbrick_H_
  2. #define _Xbrick_H_
  3.  
  4. enum
  5. {
  6.     BRICKSHADER_COLOR1    = 1000, // VECTOR
  7.     BRICKSHADER_COLOR2     = 1001, // VECTOR
  8.     BRICKSHADER_RAMP        = 1002,    // REAL
  9.     BRICKSHADER_JOINT        = 1003    // REAL
  10. };
  11.  
  12. #endif